home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / pibmdos.arc / README.DOC < prev    next >
Text File  |  1986-09-27  |  1KB  |  35 lines

  1. This archive file contains the source for some routines to
  2. interface several popular multitaskers to Turbo Pascal.
  3. Currently, interfaces are provided for:
  4.  
  5.    IBM's TopView  (and MicroSoft Windows by emulation of TopView)
  6.    Quarterdeck's DesqView
  7.    Sunny Hill Software's TaskView
  8.    SoftLogic's DoubleDos
  9.  
  10. I welcome any modifications anyone may wish to make to support other
  11. multitaskers.  PLEASE upload your revised versions so that we can
  12. all benefit from them!
  13.  
  14. The files which should be present in the archive are:
  15.  
  16.    TRYMDOS.PAS  --- main demonstration program
  17.    TRYMDOS.GLO  --- global definitions
  18.    TRYMDOS.COM  --- compiled version of test program
  19.    PIBMDOS.PAS  --- actual multitasker interface code
  20.    YESNO.PAS    --- routine for yes/no questions
  21.    READKBD.PAS  --- routine for keyboard reads
  22.    README.DOC   --- this file you're reading now
  23.  
  24. This represents v1.0 of the demo programs.  If you make any changes,
  25. please update this README.DOC file and up the version number.
  26.  
  27. Thanks,
  28. Phil Burns
  29. CIS:    72437,62
  30. Source: BDW100
  31.  
  32. -------------------------------------------------------------------------
  33.  
  34. History:  86/09/27  --- version 1.0 --- PRB
  35.